home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000008_news@columbia.edu_Fri Dec 1 06:33:09 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02466
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Fri, 1 Dec 1995 10:39:41 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id KAA17786 for kermit.misc@watsun; Fri, 1 Dec 1995 10:39:37 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!acs2.byu.edu!news.cuny.edu!news.sprintlink.net!news.magicnet.net!nntp1.jpl.nasa.gov!news.alt.net!news1.alt.net!news.u.washington.edu!root
  5. From: Eric Deutsch <deutsch@astro.washington.edu>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Ymodem receive through kermit
  8. Date: 1 Dec 1995 06:33:09 GMT
  9. Organization: University of Washington
  10. Lines: 45
  11. Message-Id: <49m7j5$s0n@nntp5.u.washington.edu>
  12. Nntp-Posting-Host: dione.astro.washington.edu
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4m)
  17. To: deutsch@apakabar.cc.columbia.edu
  18. X-Url: news:comp.protocols.kermit.misc
  19.  
  20. Hello all, I'm trying to write a script which automatically downloads
  21. files from a machine on a terminal server.  Due to bad luck, the machine is
  22. only capable of using the Ymodem protocol, so I'm trying to get kermit to
  23. download with Ymodem protocol.  First of all, I am using:
  24.  
  25. C-Kermit 5A(190), 4 Oct 94, for SunOS 4.1 (BSD)
  26.  
  27. Now, with the kermit distribution came a file called ckurzsz.ini which
  28. supposedly will do what I want.  It allows XYZmodem transfers with the
  29. following caveat:
  30.  
  31. ; It is assumed that sx, rx, sb, rb, sz, and rz are in your UNIX PATH, and
  32. ; that they are the pre-1989 versions that allow their standard input and
  33. ; output to be redirected.
  34.  
  35. I do have rb in my $PATH, but it appears to be vintage:
  36.  
  37. rb 3.17 10-30-91 for V7/BSD by Chuck Forsberg, Omen Technology INC
  38.  
  39. Needless to say, the transfers are not working for me, and I suspect this
  40. is the reason (but I'm certainly not sure!).  When the run rb, I get:
  41.  
  42. C-Kermit>rb
  43. rb ready. Type "sb file ..." to your modem program
  44. ?Command exit status: 1
  45.  
  46. So finally for the questions: has anyone used these XYZmodem macros and
  47. programs through kermit successfully?  or does anyone have some
  48. "pre-1989 version" of `rb` for a Sun4 that I might use (or know how to
  49. get it)?  or does anyone have a suggestions of how I can write a script
  50. which allows me to telnet someplace and receive a Ymodem transfer, or
  51. any other wisdom about what might be going wrong?  kermit seems to have
  52. solved all other problems but this one...  any ideas?
  53.  
  54. thanks,
  55. Eric
  56.  
  57. -- 
  58. ----------------------------------------------------------------------------
  59. Eric Deutsch                             email: deutsch@astro.washington.edu
  60. Department of Astronomy                                Voice: (206) 616-2788
  61. University of Washington                                 FAX: (206) 685-0403
  62. Box 351580                      WWW: http://www.astro.washington.edu/deutsch
  63. Seattle, WA  98195-1580                  Physics/Astronomy Bldg., Room B356F
  64.